home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web23 / CASE 1 Data Files / willettxt.css < prev   
Cascading Style Sheet File  |  2011-03-21  |  894b  |  26 lines

  1. /*
  2.    New Perspectives on HTML and XHTML 5th Edition
  3.    Tutorial 4
  4.    Case Problem 1
  5.  
  6.    Willet Creek Screen Style Sheet
  7.    Author: 
  8.    Date:   
  9.  
  10.    Filename:         willet.css
  11.    Supporting Files: 
  12.  
  13. */
  14.  
  15. body                  {background-color: white; margin: 0px; padding: 0px; 
  16.                        font-family: sans-serif}
  17. a                     {text-decoration:none}
  18. #page_content         {width: 780px}
  19. #head                 {text-align: center; background-color: rgb(53, 43, 48); 
  20.                        margin: 0px}
  21. #hole_list            {text-align: center; height: 30px; margin: 0px;  
  22.                        background-color: rgb(53, 43, 48)}
  23. #hole_stats           {width: 120px; height: 200px; 
  24.                        color: white; background-color: rgb(53, 43, 48)}
  25. #hole_summary         {height: 200px; width: 660px; border: 1px solid rgb(53, 43, 48) }
  26.